.. _`Convert 2D Table to Image`: .. _`syip.convert_table2d_to_image`: Convert 2D Table to Image ````````````````````````` .. image:: image_from_table.svg :width: 48 Converts a 2D table into a grayscale image, using columns as X and rows as Y positions. Documentation ::::::::::::: Converts a 2D table into a grayscale image, using columns as X and rows as Y positions. Definition :::::::::: Input ports ........... **data** table Table containing image data Output ports ............ **image** image Input image Implementation .............. .. automodule:: node_export :noindex: .. class:: Table2DToImage :noindex: